-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
X pattern print #283
Open
shakil-here
wants to merge
184
commits into
revert-61-PrimalityTest
Choose a base branch
from
master
base: revert-61-PrimalityTest
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
X pattern print #283
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shakil-here
commented
May 11, 2023
•
edited
Loading
edited
HackerRank Diagonal Difference problem solution
This algo swaps two numbers without using any extra space or variable(By Sarvesh).
This algo finds the length of any string without using any inbuilt function or library (By Sarvesh).
Revert "Added a Cprogram to check primality"
This is he code to check whether string is anagram. Anagram is a word, phrase, or name formed by rearranging the letters of another, such as spar, formed from rasp.
fgets() added to the program instead of gets() function. The code runs without breaking and has proper comments. Thanks!
checkAnagram.c
Added endian.c which identifies machine is Little/Big Endian
Diagonal difference
This algo checks whether a given no. is perfect or not. A perfect no. is a positive no. which is equal to the sum of its positive divisors.As: 6,28,496,8128
This algo checks whether a given no. is perfect or not. A perfect no. is a positive no. which is equal to the sum of its positive divisors.As: 6,28,496,8128
Add lcm calculator
This algo checks whether a given no. is perfect or not. A positive no. is said to be perfect if it i equal to the sum of its positive divisors.As: 6,28,496,8128,etc
added a file for multiplication by Russian Peasant Algorithm
add calculator for last digit of nth fibonacci number
Examples for programs in c
Binary-Tree-Traversals
added a program to get all PIDs that is used by parent and child in a…
added a beautiful code for lexicographic sorting
Created ip_address.c
updated gcd.c file with better functionality
Update Polynomial_linklist.c
linked list file
Log_conversion
add lambda examples by compiler extension
Add spiral_matrix.c
to find average & sum of a,b,c in one function
check functon is even or odd in c programming
Create stack_using_linklist
Update Address of 1-D array
Create StringReverse.c
Create binary_to_octal.c
Added CalculateSimpleInterest.c
Create MostFrequentWordInString.c
Slicestring
Create Number_guessing_game
Create camelcase
Create Linked_List.c
Calculate Simple Interest
Finding the first missing natural number
Added C program to find the closest power of 2 for a number
add an example of malloc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.